Object::SetObserverColl

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::SetObserverColl - instance method  

TEMPLATE

void SetObserverColl(Collection * observers)  

SPECIFIERS

protected virtual  

DESCRIPTION

Stores observers as the collection of observers of the object. The old collection has been deleted by the method DestroyObserverColl. This method is called by the method ReadFrom when the new observer collection has been read.
See method GetObservers when to override. Method is rarely overridden.  

ARGUMENTS

Collection * observers

a collection containing all the observers of the object
 

RETURN ARGUMENT

void

 

CATEGORIES

change propagation, implementation, overrider interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022